GAMBLR family of packages

GAMBLR.open is the open-source package recommended for the community interested in lymphoma genomics research and are not members of the GAMBL consortium, or if you are waiting for your access approval but want to get started.

The GAMBLR.open family includes:

This diagram illustrates in a simplified way the dependency relationship of different packages in the GAMBLR family:

%%{
    init : {
        "flowchart" : { "curve" : "monotoneX" },
        'themeVariables': {'fontSize': '24px'}
    }

}%%
flowchart LR
  A("GAMBLR.data") ==> B("GAMBLR.helpers")
  B ==> C("GAMBLR.utils")
  B ==> D("GAMBLR.predict")
  D ==> E("GAMBLR.open")
  C ==> F("GAMBLR.viz")
  F ==> E
  classDef A,B font-size:18pt;
  style E fill:#6aa84f,stroke:#333,stroke-width:4,font-size:20px

All dependencies should be installed automatically for you, just like with any other R package. If not, please report the issue in the appropriate GitHub repo.

Back to top